home *** CD-ROM | disk | FTP | other *** search
- unit exp;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, ComCtrls, ShellCtrls;
-
- type
- TForm1 = class(TForm)
- ShellTreeView1: TShellTreeView;
- ShellListView1: TShellListView;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- Form1: TForm1;
-
- implementation
-
- {$R *.dfm}
-
- end.
-